func net.doBlockingWithCtx
5 uses
net (current package)
cgo_unix.go#L46: func doBlockingWithCtx[T any](ctx context.Context, lookupName string, blocking func() (T, error)) (T, error) {
cgo_unix.go#L118: return doBlockingWithCtx(ctx, network+"/"+service, func() (int, error) {
cgo_unix.go#L225: return doBlockingWithCtx(ctx, name, func() ([]IPAddr, error) {
cgo_unix.go#L253: return doBlockingWithCtx(ctx, addr, func() ([]string, error) {
cgo_unix.go#L312: return doBlockingWithCtx(ctx, hostname, func() ([]dnsmessage.Resource, error) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |